Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(release): enhanced support for multiple release definitions in release command #14

Merged
merged 6 commits into from
Feb 12, 2024

Conversation

azlam-abdulsalam
Copy link

@azlam-abdulsalam azlam-abdulsalam commented Feb 9, 2024

Adds enhanced support for multiple release defns as an input

This change allows for a single release command to support multiple release defns from different
configurations, It will use a leading order from one of the artifacts to determine the order of
executing releases

BREAKING CHANGE: changelog will be written for each release config by computing the name, and will
be pushed individually

Checklist

All items have to be completed before a PR is merged

  • Adhere to Contribution Guidelines
  • Updates to Decision Records considered?
  • Updates to documentation at flxbl-sfp Guide considered?
  • Tested changes?
  • Unit Tests new and existing passing locally?

…ingle release call

This change allows for a single release command to support multiple release defns from different
configurations, It will use a leading order from one of the artifacts to determine the order of
executing releases

BREAKING CHANGE: changelog will be written for each release config by computing the name, and will
be pushed individually
@azlam-abdulsalam azlam-abdulsalam added the enhancement New feature or request label Feb 9, 2024
@azlam-abdulsalam azlam-abdulsalam added this to the February 2024 milestone Feb 9, 2024
Copy link

codecov bot commented Feb 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (de62eef) 45.98% compared to head (cdef424) 46.29%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
+ Coverage   45.98%   46.29%   +0.30%     
==========================================
  Files          72       73       +1     
  Lines        2801     2817      +16     
  Branches      320      322       +2     
==========================================
+ Hits         1288     1304      +16     
  Misses       1488     1488              
  Partials       25       25              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@azlam-abdulsalam azlam-abdulsalam changed the title Enhanced support for multiple release definitions feat(release): enhanced support for multiple release definitions Feb 9, 2024
@azlam-abdulsalam azlam-abdulsalam changed the title feat(release): enhanced support for multiple release definitions feat(release): enhanced support for multiple release definitions in release command Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants